home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / arexx / easyrexx.lha / EasyREXX / fd / easyrexx.fd
Encoding:
Text File  |  1995-02-10  |  512 b   |  25 lines

  1. *
  2. *  EasyRexx.fd © 1994,1995 Ketil Hunn
  3. *
  4. ##base _EasyRexxBase
  5. ##bias 30
  6. ##private
  7. StrLen(string)(a0)
  8. StrCpy(dest,source)(a0,a1)
  9. StrDup(string)(a0)
  10. StrChr(string,f)(a0,d0)
  11. MatchCommand(table,command)(a0,a1)
  12. GetCommand(string,command)(a0,a1)
  13. GetArgs(context, comlen)(a0,d0)
  14. GetTemplate(table,id)(a0,d0)
  15. ##public
  16. FreeARexxContext(context)(a0)
  17. AllocARexxContextA(taglist)(a0)
  18. *tagcall
  19. GetARexxMsg(context)(a0)
  20. SendArexxCommandA(command,taglist)(a1,a0)
  21. *tagcall
  22. ReplyARexxMsgA(context,taglist)(a1,a0)
  23. *tagcall
  24. ##end
  25.